projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae60af
)
win32: Some theming of color selector
author
Alexander Larsson
<alexl@redhat.com>
Fri, 16 Mar 2012 09:49:21 +0000
(10:49 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 16 Mar 2012 09:49:21 +0000
(10:49 +0100)
gtk/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32-base.css
b/gtk/gtk-win32-base.css
index 939ab0353e4014a72f38dd3adb05b3a4a3ead841..16000bbad52c684a3be539cf1f3d3fb95327a021 100644
(file)
--- a/
gtk/gtk-win32-base.css
+++ b/
gtk/gtk-win32-base.css
@@
-797,4
+797,13
@@
GtkAssistant .sidebar {
border-image: none;
border-width: 0 1px 0 0;
border-style: solid;
+}
+
+GtkColorSwatch {
+ border-style: solid;
+ border-width: 1px;
+}
+
+GtkColorSwatch:prelight {
+ border-color: shade (@bg_color, 0.2);
}
\ No newline at end of file